home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00219_Script_219
< prev
next >
Wrap
Text File
|
1995-10-10
|
916b
|
46 lines
on mouseUp
global prev,gSound,MovieSeq,gSpeed
repeat with x = 3 to 5
puppetSprite x,TRUE
set the visible of sprite x to FALSE
puppetSprite x,FALSE
end repeat
puppetSprite 3,TRUE
set the visible of sprite 3 to TRUE
puppetSprite 3, FALSE
updateStage
set gSpeed = 1
if prev>0 then
set prev = 0
set the visible of sprite 19 to FALSE
repeat with x = 13 to 18
set the visible of sprite x to TRUE
puppetSprite x,FALSE
end repeat
end if
set the SoundLevel = gSound
puppetSound "OPEN.AIF"
updateStage
stopQT
repeat with x = 3 to 7
set the visible of sprite x to TRUE
puppetSprite x,FALSE
end repeat
set MovieSeq = FALSE
setbar
repeat with x = 46 to 47
puppetSprite x,TRUE
set the visible of sprite x to FALSE
puppetSprite x,FALSE
end repeat
go "no"
end